home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / smtdrv.tec < prev    next >
Text File  |  1991-04-17  |  2KB  |  50 lines

  1. ID:SD SMARTDrive from Microsoft
  2. Quarterdeck Technical Note #184
  3. by Stan Young
  4.  
  5.                   Using Microsoft's SMARTDRV.SYS
  6.  
  7. The Windows Setup procedure installs Microsoft's disk cache
  8. called SMARTDRV.SYS.  The default size of this cache tends to be
  9. large.  Windows can reclaim memory from this cache when it starts
  10. up, however programs that are run outside of Windows which use
  11. expanded memory cannot do this.  If you run programs outside of
  12. Windows which would benefit from expanded memory, you may want to
  13. consider either removing SMARTDRV.SYS entirely from your
  14. CONFIG.SYS file, or at least reducing its size.  
  15.  
  16. SMARTDRV.SYS takes parameters to set the size of the cache, the
  17. first parameter being the "NormalCacheSize" and the second being
  18. the "MinimumCacheSize".  An example SMARTDrive installation might
  19. look as follows:
  20.  
  21. DEVICE=C:\WINDOWS\SMARTDRV.SYS 1024 256
  22.  
  23. In this example, SMARTDrive takes 1024K (1MB) of memory when you
  24. are not in Windows and 256K while you are running Windows.  While
  25. it is difficult to suggest a cache size that might be best for
  26. you, one possible suggestion might be to use the minimum amount
  27. only.  To do this, using the example above, you would edit the
  28. line to read:
  29.  
  30. DEVICE=C:\WINDOWS\SMARTDRV.SYS 256 256
  31.  
  32. No problems have been detected between any Quarterdeck products
  33. and this cache, so if you feel you would benefit from disk
  34. caching, and SMARTDrive meets your performance requirements, it
  35. should be fine to use.  As noted the default size tends to be a
  36. bit large for users who are using programs that benefit from
  37. expanded memory, but the information above should give you some
  38. hints on how to adjust this usage.
  39.  
  40. Only you can determine the appropriate size of the cache,
  41. depending on how disk intensive your programs are, compared to
  42. your programs need for expanded memory.  If you are not running
  43. programs that are disk intensive, deleting the cache entirely may
  44. make sense. 
  45.  
  46. Further information on the parameters used to control the size of
  47. SMARTDRV.SYS can be found in the back of the Windows 3.0 manual.
  48.  
  49.       Copyright (C) 1991 by Quarterdeck Office Systems
  50.              * * * E N D  O F  F I L E * * *